Utility.warn Method

Outputs the specified string with any specified parameters (using string.format() methodology) to the console (console.warn).
 

Parameters

string

Type: String
The specified string.
params

Type: String
(optional) Any parameters to used with string.format(). If any Objects are given, JSON.stringify will be called on them first to make the output nicer.
Optional: True